From: Richard M. Stallman Date: Sun, 22 Apr 2007 17:00:58 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~649 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=ee134d050abcac8eeb5ca76457ad69ccf9abda85;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 2867b19e495..719cb3f412a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,12 @@ +2007-04-22 Richard Stallman + + * emacs-lisp/easy-mmode.el (define-globalized-minor-mode): + Improve doc string of generated command. + + * subr.el (read-number): Catch errors. + + * hi-lock.el (hi-lock-file-patterns-policy): Doc fix. + 2007-04-22 Alan Mackenzie * progmodes/cc-mode.el diff --git a/lispref/ChangeLog b/lispref/ChangeLog index 2010186d4b6..7326f9cd8b2 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -1,3 +1,8 @@ +2007-04-22 Richard Stallman + + * keymaps.texi (Extended Menu Items): Move the info about + format with cached keyboard binding. + 2007-04-21 Richard Stallman * text.texi (Special Properties): Clarify previous change. diff --git a/src/ChangeLog b/src/ChangeLog index 9560c1a6500..d585e3d0024 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,9 @@ +2007-04-22 Richard Stallman + + * abbrev.c (Fdefine_abbrev): Doc fix. + + * keymap.c (Fdefine_key): Minor doc fix. + 2007-04-21 Glenn Morris * keymap.c (Fdefine_key): Fix info ref in doc string.